home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 May / Designer's Club 1996 May.iso / mac / Idea Source / EMBOSS.DIR / 00117.ls < prev    next >
Encoding:
Text File  |  1996-04-03  |  151 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("rightpick")
  3.   puppetSprite(4, 1)
  4.   set the castNum of sprite 4 to 121
  5.   updateStage()
  6.   puppetSprite(4, 0)
  7.   go(#next)
  8. end
  9.